diff --git a/make.ps1 b/make.ps1 index 8603761..9f63943 100644 --- a/make.ps1 +++ b/make.ps1 @@ -233,6 +233,13 @@ function ParseConfigFile($fileName) ############################################################### ############################ Main ############################# ############################################################### +if ($PSVersionTable.PSVersion.Major -clt 3) +{ + echo "The makefile requires Powershell version 3 or higher." + echo "Please download and install the latest Windows Management Framework version from Microsoft." + WaitForInput +} + if ($args.Length -eq 0) { echo "Command list:"