You can just change the old ubbthreads/ubbthreads.php file to a redirect. Just replace the contents of that old file with something like this:
<?php
header("Location: http://www.yourdomain.com/newubbthreads/ubbthreads.php");
?>
Just change the link to the location of your Threads 7 install.