Don't set windows sdk version

The recipe module can't handle newer cipd packages as some config files
have moved, e.g.:
https://logs.chromium.org/logs/crashpad/buildbucket/cr-buildbucket.appspot.com/8848596663620082288/+/steps/read_SetEnv.x86.json/0/stdout

Disable until we can fix the recipe module in depot_tools.

Change-Id: Iffe3458d8ab3fa677db3d373a256975beb0569bc
Reviewed-on: https://chromium-review.googlesource.com/c/crashpad/crashpad/+/2859473
Reviewed-by: Justin Cohen <justincohen@chromium.org>
diff --git a/cr-buildbucket.cfg b/cr-buildbucket.cfg
index a3cdb39..6dd8787 100644
--- a/cr-buildbucket.cfg
+++ b/cr-buildbucket.cfg
@@ -78,7 +78,11 @@
   dimensions: "os:Windows-10"
   recipe {
     properties: "target_os:win"
-    properties_j: "$depot_tools/windows_sdk:{\"version\":\"uploaded:2021-04-28\"}"
+    # This is the correct syntax to set the property, however, the depot_tools
+    # recipe needs updating to deal with a newer SDK package, so disable
+    # temporarily (so that the recipe module uses its default cipd package
+    # version).
+    # properties_j: "$depot_tools/windows_sdk:{\"version\":\"uploaded:2021-04-28\"}"
   }
 }