When installing Windows SDK v6.1, following the chromium instructions (http://dev.chromium.org/developers/how-tos/build-instructions-windows)
I run the following command:
windowssdkver -version:v6.1 -legacy
I get the following error:
Input string was not in a correct format.
at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
at System.Version..ctor(String version)
at WindowsSdkVer.Utility.GetInstalledProducts(String rootKey, String productVersionKey, String installationFolderKey)
at WindowsSdkVer.VersionSelector.GetInstlledSdkVersions()
at WindowsSdkVer.ConsoleSelectionManager.get_InstalledSdkVersions()
at WindowsSdkVer.Program.Main(String[] args)